home *** CD-ROM | disk | FTP | other *** search
/ Explore Yellowstone / Explore Yellowstone (1997)(The Learning Company)[PC-Mac].iso / pc / guide04.dir / 00005_Script_fr loop4 < prev    next >
Text File  |  1996-01-17  |  305b  |  16 lines

  1. on exitFrame
  2.   global PathSepChar
  3.   if the timer < (3 * 60) OR soundBusy(1) then
  4.     go to the frame
  5.   else    
  6.     put the PathName & "AUDIO" & PathSepChar & "RS03.AIF" into WhichSound
  7.     sound Playfile 1, WhichSound
  8.     set the timer = 0
  9.     StartTimer
  10.     go to "Loop5"
  11.   end if
  12. end
  13.  
  14.  
  15.  
  16.